home *** CD-ROM | disk | FTP | other *** search
- GETENV
-
- Gets the value of a global variable.
-
- Format
-
- GETENV <name>
-
- Template
-
- NAME/A
-
- Location
-
- Internal
-
- GETENV is used to retrieve and display the value of a global environment
- variable. The value is displayed in the current window. Global variables are
- stored in ENV: and are recognized by all Shells.
-
- Example:
-
- 1> GETENV editor
- Extras:Tools/MEmacs
-
- See also: SETENV
-